TextSerialItem
Creates a text serial item that will be used to represent static text parts of a serial number.
Properties
Text | The static text component of a serial text |
Methods
TextSerialItem | Creates the Serial Item |
Example
Copy
TextSerialItem fixedText = new TextSerialItem();
fixedText.Text = "Serial No: MGT";